home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Commo-Support / Disk-Archive / install-2_05.dms / install-2_05.adf / S / Startup-sequence.wf < prev    next >
Encoding:
Text File  |  1992-01-09  |  1.4 KB  |  70 lines

  1. c:setpatch >NIL:
  2. c:version >NIL:
  3. addbuffers >NIL: df0: 15
  4. Failat 21
  5.  
  6. resident >NIL: c:List pure add
  7. resident >NIL: c:Copy pure add
  8. resident >NIL: c:Assign pure add
  9. resident >NIL: c:Execute pure add
  10.  
  11. makedir ram:T ram:Clipboards ram:env ram:env/sys
  12. copy >NIL: ENVARC: ram:env all quiet noreq
  13.  
  14. assign ENV: ram:env
  15. assign T: ram:t ;set up T: directory for scripts
  16. assign CLIPS: ram:clipboards
  17. assign REXX: s:
  18.  
  19. if exists sys:Monitors
  20.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  21.     execute t:mon-start
  22.     delete >NIL: t:mon-start
  23. endif
  24.  
  25. BindDrivers
  26.  
  27. setenv Workbench $Workbench
  28. setenv Kickstart $Kickstart
  29.  
  30. assign fonts: work:fonts add
  31.  
  32. IPrefs
  33. ;
  34. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  35.  
  36. conclip
  37.  
  38. mount speak:
  39. mount aux:
  40. mount pipe:
  41.  
  42. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
  43. if exists sys:tools
  44.     path sys:tools add
  45.     if exists sys:tools/commodities
  46.         path sys:tools/commodities add
  47.     endif
  48. endif
  49.  
  50. ; If this is the initial boot (i.e. keyboard env variable is not set)
  51. ; then execute PickMap which will query for a keymap and set the
  52. ; keyboard env variable.
  53. ; if keyboard env variable is set, set the keymap
  54. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  55.     setmap ${sys/keyboard}
  56. else
  57.     PickMap.hd sys:
  58. endif
  59.  
  60. if exists s:user-startup
  61.     execute s:user-startup
  62. endif
  63.  
  64. rexxmast >NIL:
  65.  
  66. LoadWB
  67.  
  68. endcli >NIL:
  69.